IMath<T> Interface Methods

For a list of all members of this type, see IMath<T> members.

Public Methods
 NameDescription
 Method Get the Absolute value of (a)  
 Method Adds lhs + rhs. for DateTime it returns a new DateTime with .Ticks = lhs.Ticks + rhs.Ticks  
 Method Returns T-- for DateTime it decrements .Ticks  
 Method Divides lhs / rhs  
 MethodConverts a Double value to type  
 Method Returns T++ for DateTime it increments .Ticks  
 Method Returns if T is NaN. Only valid for Float, Double types. For all other types, always returns false  
 Method Returns the Max of A and B  
 Method Returns the Min of A and B  
 Method Returns the Min of A and B greater than a Floor  
 MethodOverloaded.  Multiplies lhs * rhs  
 Method Subtracts a - b. For DateTime it returns a new DateTime with .Ticks = a.Ticks - b.Ticks  
 Method Converts to the equivalent value as a double  
Top
See Also